home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / ROTATEEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.1 KB  |  32 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="RotateEffect">
  3.   <description>
  4.     RotateEffect enables image rotation based upon the Orientation property.
  5.   </description>
  6.   <property name="Orientation" type="int" default="1" label="Orientation Flag">
  7.     <range min="1" max="8"/>
  8.     <comments>
  9.       Orientation flag for rotating the image
  10.       1 = No rotation
  11.       2 = Flip Horizontal
  12.       3 = Rotate 180 degrees
  13.       4 = Flip Vertical
  14.       5 = Flip horizontal then rotate 90 degrees (transpose)
  15.       6 = Rotate 90 degrees
  16.       7 = Flip horizontal then rotate 270 (transpose)
  17.       8 = Rotate 270 degrees
  18.     </comments>
  19.   </property>
  20.   <property name="Rotation" type="float" default="0.0" label="Rotation">
  21.     <range min="-1" max="1"/>
  22.     <comments>
  23.       Apply arbitrary rotation to image
  24.     </comments>
  25.   </property>
  26.   <property name="InterpolationMode" type="int" default="1" label="Interpolation Mode">
  27.     <choice>NearestNeighbor</choice>
  28.     <choice>Bilinear</choice>
  29.     <choice>Bicubic</choice>
  30.   </property>
  31. </effect>
  32.